Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sanic from 0.7.0 to 0.8.3 #7

Merged
merged 1 commit into from
Dec 26, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 24, 2018

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps sanic from 0.7.0 to 0.8.3.

Changelog

Sourced from sanic's changelog.

0.8.3

  • Changes:
    • Ownership changed to org 'huge-success'

0.8.0

  • Changes:

    • Add Server-Sent Events extension (Innokenty Lebedev)
    • Graceful handling of request_handler_task cancellation (Ashley Sommer)
    • Sanitize URL before redirection (aveao)
    • Add url_bytes to request (johndoe46)
    • py37 support for travisci (yunstanford)
    • Auto reloader support for OSX (garyo)
    • Add UUID route support (Volodymyr Maksymiv)
    • Add pausable response streams (Ashley Sommer)
    • Add weakref to request slots (vopankov)
    • remove ubuntu 12.04 from test fixture due to deprecation (yunstanford)
    • Allow streaming handlers in add_route (kinware)
    • use travis_retry for tox (Raphael Deem)
    • update aiohttp version for test client (yunstanford)
    • add redirect import for clarity (yingshaoxo)
    • Update HTTP Entity headers (Arnulfo Solís)
    • Add register_listener method (Stephan Fitzpatrick)
    • Remove uvloop/ujson dependencies for Windows (abuckenheimer)
    • Content-length header on 204/304 responses (Arnulfo Solís)
    • Extend WebSocketProtocol arguments and add docs (Bob Olde Hampsink, yunstanford)
    • Update development status from pre-alpha to beta (Maksim Anisenkov)
    • KeepAlive Timout log level changed to debug (Arnulfo Solís)
    • Pin pytest to 3.3.2 because of [pytest 3.4.0] 'NoneType' object has no attribute 'testscollected' pytest-dev/pytest#3170 (Maksim Aniskenov)
    • Install Python 3.5 and 3.6 on docker container for tests (Shahin Azad)
    • Add support for blueprint groups and nesting (Elias Tarhini)
    • Remove uvloop for windows setup (Aleksandr Kurlov)
    • Auto Reload (Yaser Amari)
    • Documentation updates/fixups (multiple contributors)
  • Fixes:

    • Fix: auto_reload in Linux (Ashley Sommer)
    • Fix: broken tests for aiohttp >= 3.3.0 (Ashley Sommer)
    • Fix: disable auto_reload by default on windows (abuckenheimer)
    • Fix (1143): Turn off access log with gunicorn (hqy)
    • Fix (1268): Support status code for file response (Cosmo Borsky)
    • Fix (1266): Add content_type flag to Sanic.static (Cosmo Borsky)
    • Fix: subprotocols parameter missing from add_websocket_route (ciscorn)
    • Fix (1242): Responses for CI header (yunstanford)
    • Fix (1237): add version constraint for websockets (yunstanford)
    • Fix (1231): memory leak - always release resource (Phillip Xu)
    • Fix (1221): make request truthy if transport exists (Raphael Deem)
    • Fix failing tests for aiohttp>=3.1.0 (Ashley Sommer)
    • Fix try_everything examples (PyManiacGR, kot83)
    • Fix (1158): default to auto_reload in debug mode (Raphael Deem)
    • Fix (1136): ErrorHandler.response handler call too restrictive (Julien Castiaux)
... (truncated)
Commits
  • d8f9986 Re-releasing with updated credentials
  • 3e616b5 update encrypted creds for new org
  • d38fc17 Update version to test pypi
  • 7ae0eb0 Transfer ownership
  • 9082eb5 Update version to circumvent pypi upload errors
  • 30e6a31 Pausable response streams (#1179)
  • a87934d Merge pull request #1292 from seemethere/increment_080
  • b398c1f Increment to 0.8.0
  • 6f813f9 Merge pull request #1278 from ashleysommer/graceful_cancel
  • d52498b Merge pull request #1284 from ashleysommer/aiohttp_update
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [sanic](https://github.com/channelcat/sanic) from 0.7.0 to 0.8.3.
- [Release notes](https://github.com/channelcat/sanic/releases)
- [Changelog](https://github.com/huge-success/sanic/blob/master/CHANGELOG.md)
- [Commits](sanic-org/sanic@0.7.0...0.8.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 24, 2018
@Relrin Relrin merged commit 90c3d3f into master Dec 26, 2018
@Relrin Relrin deleted the dependabot/pip/sanic-0.8.3 branch December 26, 2018 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants